func crypto/internal/mlkem768.sliceForAppend
5 uses
crypto/internal/mlkem768 (current package)
mlkem768.go#L578: out, B := sliceForAppend(b, encodingSize12)
mlkem768.go#L621: func sliceForAppend(in []byte, n int) (head, tail []byte) {
mlkem768.go#L638: s, b := sliceForAppend(s, encodingSize1)
mlkem768.go#L669: s, b := sliceForAppend(s, encodingSize4)
mlkem768.go#L696: s, b := sliceForAppend(s, encodingSize10)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |